Difference between revisions of "IFC - Industry Foundation Classes/IFC syntax highlighting"
From Wiki.OSArch
(Add syntax highlighting) |
m (Duncan moved page Industry Foundation Classes (IFC)/IFC syntax highlighting to IFC - Industry Foundation Classes/IFC syntax highlighting) |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | As [https://technical.buildingsmart.org/standards/ifc/ifc-formats/ IFC] is usually saved in full text it is handy to have a syntax highlighting in it : [[File:IFC-SPF syntax highlighting example.png|thumb| | + | {{IFC_Documentation}} |
+ | As [https://technical.buildingsmart.org/standards/ifc/ifc-formats/ IFC] is usually saved in full text it is handy to have a syntax highlighting in it : [[File:IFC-SPF syntax highlighting example.png|thumb|IFC-SPF syntax highlighting example]] | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 5: | Line 6: | ||
! Editor | ! Editor | ||
! Link | ! Link | ||
− | ! | + | ! Syntax |
|- | |- | ||
− | | | + | | geany |
− | | [https://community.osarch.org/discussion/ | + | | [https://community.osarch.org/discussion/comment/1361/#Comment_1361 By yorik] |
| IFC-SPF | | IFC-SPF | ||
|- | |- | ||
− | | | + | | Notepad++ |
− | | [https:// | + | | [https://github.com/JulesBuh/ifcParser/blob/master/NotePad_Styles/NotePad%2B%2BIFCLanguageStyler.xml IFC Language Styler] |
| IFC-SPF | | IFC-SPF | ||
|- | |- | ||
− | | | + | | Vim |
+ | | [https://community.osarch.org/discussion/29/ifc-vim-syntax-highlighting By brunopostle]<br />or <code>:set syntax=stp</code> (For STEP) | ||
+ | | IFC-SPF, STEP | ||
+ | |- | ||
+ | | Visual Studio Code | ||
| [https://github.com/AlanRynne/ifc-syntax ifc-syntax extension] | | [https://github.com/AlanRynne/ifc-syntax ifc-syntax extension] | ||
| IFC-SPF, EXPRESS | | IFC-SPF, EXPRESS | ||
|} | |} | ||
+ | |||
+ | [[Category:Industry Foundation Classes (IFC)]] |
Latest revision as of 10:21, 28 July 2022
![]() |
This page is relevant to understanding Industry Foundation Classes (IFC). The Industry Foundation Classes (IFC) Category includes all pages related to Industry Foundation Classes (IFC). |
As IFC is usually saved in full text it is handy to have a syntax highlighting in it :
Editor | Link | Syntax |
---|---|---|
geany | By yorik | IFC-SPF |
Notepad++ | IFC Language Styler | IFC-SPF |
Vim | By brunopostle or :set syntax=stp (For STEP)
|
IFC-SPF, STEP |
Visual Studio Code | ifc-syntax extension | IFC-SPF, EXPRESS |