mirror of
https://github.com/cmur2/joe-syntax.git
synced 2024-12-22 22:54:23 +01:00
Merge branch 'cmur2branch'
This commit is contained in:
commit
0506e4dd77
@ -1,10 +1,10 @@
|
|||||||
# JOE Syntax Highlighting
|
# JOE Syntax Highlighting
|
||||||
|
|
||||||
This directory mainly contains *improved and completely new* JOE syntax files fixing bugs in the original files and adding support for new languages.
|
This repository mainly contains *improved and completely new* JOE syntax files fixing bugs in the original files and adding support for new languages.
|
||||||
|
|
||||||
## Using
|
## Using
|
||||||
|
|
||||||
### *.jsf
|
### \*.jsf
|
||||||
|
|
||||||
To enable the .jsf files in this repository they need to appear in JOEs *syntax* directory, either locally (*~/.joe/syntax*) or globally. The global syntax directory is is likely to be */usr/share/joe/syntax* when using Debian and APT or */usr/local/Cellar/joe/3.7/share/joe/syntax* when using brew on Mac OS X. You may download the [latest jsf-bundle](https://github.com/downloads/cmur2/joe-syntax/jsf-bundle_2.tar) and place it's contents into the *syntax* directory (Note: this bundle might be outdated compared to the repository's state).
|
To enable the .jsf files in this repository they need to appear in JOEs *syntax* directory, either locally (*~/.joe/syntax*) or globally. The global syntax directory is is likely to be */usr/share/joe/syntax* when using Debian and APT or */usr/local/Cellar/joe/3.7/share/joe/syntax* when using brew on Mac OS X. You may download the [latest jsf-bundle](https://github.com/downloads/cmur2/joe-syntax/jsf-bundle_2.tar) and place it's contents into the *syntax* directory (Note: this bundle might be outdated compared to the repository's state).
|
||||||
|
|
||||||
@ -45,8 +45,8 @@ Files with contributions (or unclear license info):
|
|||||||
## Links
|
## Links
|
||||||
|
|
||||||
For JOE see [here](http://joe-editor.sourceforge.net/).
|
For JOE see [here](http://joe-editor.sourceforge.net/).
|
||||||
For JOE project see [here](http://sourceforge.net/projects/joe-editor/).
|
For JOE project see [here](https://sourceforge.net/projects/joe-editor/).
|
||||||
For original JOE syntax files see [here](http://joe-editor.hg.sourceforge.net/hgweb/joe-editor/joe-editor/file/tip/syntax).
|
For original JOE syntax files see [here](https://sourceforge.net/p/joe-editor/mercurial/ci/default/tree/syntax/).
|
||||||
For ne (the nice editor that uses JOE syntax files, too) see [here](http://ne.di.unimi.it/).
|
For ne (the nice editor that uses JOE syntax files, too) see [here](http://ne.di.unimi.it/).
|
||||||
|
|
||||||
*You can find this repository [here](https://github.com/cmur2/joe-syntax).*
|
*You can find this repository [here](https://github.com/cmur2/joe-syntax).*
|
||||||
|
5
ftyperc
5
ftyperc
@ -1043,3 +1043,8 @@
|
|||||||
-autoindent
|
-autoindent
|
||||||
-syntax terraform
|
-syntax terraform
|
||||||
-c_comment
|
-c_comment
|
||||||
|
|
||||||
|
*.tfvars
|
||||||
|
-autoindent
|
||||||
|
-syntax terraform
|
||||||
|
-c_comment
|
||||||
|
@ -131,10 +131,15 @@ done
|
|||||||
|
|
||||||
:ident Idle
|
:ident Idle
|
||||||
* idle noeat strings
|
* idle noeat strings
|
||||||
|
"data" kw
|
||||||
"false" bool
|
"false" bool
|
||||||
"module" kw
|
"module" kw
|
||||||
|
"output" kw
|
||||||
|
"provider" kw
|
||||||
"resource" kw
|
"resource" kw
|
||||||
|
"terraform" kw
|
||||||
"true" bool
|
"true" bool
|
||||||
|
"variable" kw
|
||||||
done
|
done
|
||||||
"a-zA-Z_" ident
|
"a-zA-Z_" ident
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user